internal/runtime/maps.groupReference.key (method)

57 uses

	internal/runtime/maps (current package)
		group.go#L284: func (g *groupReference) key(typ *abi.SwissMapType, i uintptr) unsafe.Pointer {
		group.go#L337: 			oldKey := *(*unsafe.Pointer)(oldGroup.key(typ, i))
		group.go#L343: 			*(*unsafe.Pointer)(newGroup.key(typ, i)) = newKey
		map.go#L452: 		slotKey := g.key(typ, i)
		map.go#L543: 		slotKey := g.key(typ, i)
		map.go#L573: 	slotKey := g.key(typ, i)
		map.go#L617: 		key := g.key(typ, i)
		map.go#L692: 		slotKey := g.key(typ, i)
		runtime_fast32_swiss.go#L38: 		slotKey := g.key(typ, 0)
		runtime_fast32_swiss.go#L68: 			slotKey := g.key(typ, i)
		runtime_fast32_swiss.go#L107: 		slotKey := g.key(typ, 0)
		runtime_fast32_swiss.go#L137: 			slotKey := g.key(typ, i)
		runtime_fast32_swiss.go#L165: 		slotKey := g.key(typ, i)
		runtime_fast32_swiss.go#L183: 	slotKey := g.key(typ, i)
		runtime_fast32_swiss.go#L258: 				slotKey := g.key(typ, i)
		runtime_fast32_swiss.go#L302: 				slotKey := g.key(typ, i)
		runtime_fast32_swiss.go#L396: 				slotKey := g.key(typ, i)
		runtime_fast32_swiss.go#L435: 				slotKey := g.key(typ, i)
		runtime_fast64_swiss.go#L38: 		slotKey := g.key(typ, 0)
		runtime_fast64_swiss.go#L68: 			slotKey := g.key(typ, i)
		runtime_fast64_swiss.go#L107: 		slotKey := g.key(typ, 0)
		runtime_fast64_swiss.go#L137: 			slotKey := g.key(typ, i)
		runtime_fast64_swiss.go#L165: 		slotKey := g.key(typ, i)
		runtime_fast64_swiss.go#L183: 	slotKey := g.key(typ, i)
		runtime_fast64_swiss.go#L258: 				slotKey := g.key(typ, i)
		runtime_fast64_swiss.go#L302: 				slotKey := g.key(typ, i)
		runtime_fast64_swiss.go#L340: 		slotKey := g.key(typ, i)
		runtime_fast64_swiss.go#L358: 	slotKey := g.key(typ, i)
		runtime_fast64_swiss.go#L435: 				slotKey := g.key(typ, i)
		runtime_fast64_swiss.go#L474: 				slotKey := g.key(typ, i)
		runtime_faststr_swiss.go#L23: 	slotKey := g.key(typ, 0)
		runtime_faststr_swiss.go#L50: 		slotKey = g.key(typ, uintptr(j))
		runtime_faststr_swiss.go#L62: 	slotKey = g.key(typ, 0)
		runtime_faststr_swiss.go#L144: 			slotKey := g.key(typ, i)
		runtime_faststr_swiss.go#L203: 			slotKey := g.key(typ, i)
		runtime_faststr_swiss.go#L231: 		slotKey := g.key(typ, i)
		runtime_faststr_swiss.go#L251: 	slotKey := g.key(typ, i)
		runtime_faststr_swiss.go#L326: 				slotKey := g.key(typ, i)
		runtime_faststr_swiss.go#L373: 				slotKey := g.key(typ, i)
		runtime_swiss.go#L89: 			slotKey := g.key(typ, i)
		runtime_swiss.go#L163: 			slotKey := g.key(typ, i)
		runtime_swiss.go#L257: 				slotKey := g.key(typ, i)
		runtime_swiss.go#L300: 					slotKey := g.key(typ, i)
		table.go#L203: 			slotKey := g.key(typ, i)
		table.go#L236: 			slotKey := g.key(typ, i)
		table.go#L282: 			slotKey := g.key(typ, i)
		table.go#L336: 			slotKey := g.key(typ, i)
		table.go#L398: 			slotKey := g.key(typ, i)
		table.go#L430: 			slotKey := g.key(typ, i)
		table.go#L524: 			key := g.key(typ, j)
		table.go#L806: 			key := it.group.key(it.typ, k)
		table.go#L949: 			key := it.group.key(it.typ, slotIdx)
		table.go#L1042: 			key := it.group.key(it.typ, slotIdx)
		table.go#L1171: 			key := g.key(typ, j)
		table.go#L1212: 				key := g.key(typ, j)
		table_debug.go#L37: 				key := g.key(typ, j)
		table_debug.go#L114: 			dump(g.key(typ, j), typ.Key.Size_)